Gutmann - The Default Method
|
Previous Top Next |
|
Eraser shuffles the pass array using its own cryptographically strong random number generator based on the one described in Dr. Gutmann's paper "Software Generation of Practically Strong Random Numbers". Tiger hash function by Ross Anderson and Eli Biham is used for mixing the entropy pool.
|
|
Eraser writes four passes containing random data before and after writing the deterministic passes in random order, therefore ending up with total 35 passes. The data used in the random passes is created using the ISAAC pseudorandom number generator.
|